pg_timeseries is an open-source PostgreSQL extension focused on creating a cohesive user experience around the creation, maintenance, and use of time-series tables. It allows users to create time-series tables, configure the compression and retention of older data, monitor time-series partitions, and run complex time-series analytics functions with a user-friendly syntax.
This article describes how to use GNU Emacs for quick data visualization in combination with Gnuplot. It provides a command that can be used to visualize the correlation of data without needing any setup or specific files. The article also includes an example of a command for generating a graph using a data range selected with a rectangle command copy-rectangle.
The race to bring data into development is here. We see it in many ways, most noticeably in the increasing relevance of time series databases. InfluxDB, from InfluxData, is one of the leading open source time series database technology providers. The company is now partnering with Amazon Web Services to provide a managed open source service for time series database services.
PySpark for time-series data, discussing data ingestion, extraction, and visualization with practical implementation code.
This article provides a comprehensive guide to performing exploratory data analysis on time series data, with a focus on feature engineering.
This article discusses cyclical encoding as an alternative to one-hot encoding for time series features in machine learning. Cyclical encoding provides the same information to the model with significantly fewer features.
BiTCN model for multivariate time series forecasting, explore its architecture, and implement it in Python.
Learn about the new Amazon time series model, which you can use to forecast energy usage, traffic congestion, and weather.
- A machine learning framework developed by Monash University and Ant Group.
TIME-LLM repurposes Large Language Models (LLMs) for time series forecasting without modifying their core structure.
- The innovative reprogramming technique called Prompt-as-Prefix (PaP) translates time series data into text prototypes, allowing LLMs to interpret and predict time series data accurately.
TIME-LLM demonstrates superior performance in both few-shot and zero-shot learning scenarios compared to specialized forecasting models across various benchmarks.
The success of TIME-LLM opens up new avenues for applying LLMs in data analysis and beyond, as it shows that they can be effectively repurposed for tasks outside their original domain.